date_get_week(date);
返回: Real(实数)
此函数返回一年中给定日期时间值的周。
myweek = date_get_week(date_current_datetime());
这将会把”my week“设为当前周。